Api.StopLog 方法
停止将指定资料记录到记录共享记忆体中。
命名空间:IntervalZero.KINGSTAR.OpcUa.Api
组合: IntervalZero.KINGSTAR.OpcUa.Api (于 IntervalZero.KINGSTAR.OpcUa.Client.dll) 版本:4.4.0.0
语法
public KsCommandStatus<int> StopLog()
Public Function StopLog() As KsCommandStatus(Of Integer)
回传值
型别:KsCommandStatus<int>
回传一个方法的状态及一个整数。
备注
若由其他应用程式启动 StopLog 或无 KsCommandStatus
变数,StopLog 将停止记录。
可用的 EtherCAT 状态
ecatOP
范例
N/A
参见